home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / brltty / en-na-ascii.tti < prev    next >
Text File  |  2009-10-13  |  3KB  |  64 lines

  1. ###############################################################################
  2. # BRLTTY - A background process providing access to the console screen (when in
  3. #          text mode) for a blind person using a refreshable braille display.
  4. #
  5. # Copyright (C) 1995-2009 by The BRLTTY Developers.
  6. #
  7. # BRLTTY comes with ABSOLUTELY NO WARRANTY.
  8. #
  9. # This is free software, placed under the terms of the
  10. # GNU Lesser General Public License, as published by the Free Software
  11. # Foundation; either version 2.1 of the License, or (at your option) any
  12. # later version. Please see the file LICENSE-LGPL for details.
  13. #
  14. # Web Page: http://mielke.cc/brltty/
  15. #
  16. # This software is maintained by Dave Mielke <dave@mielke.cc>.
  17. ###############################################################################
  18.  
  19. # This BRLTTY text subtable defines the braille representations that are used
  20. # by English-speaking North American users for the ASCII character set.
  21.  
  22. # the standard representations for the letters of the Latin alphabet
  23. include letters-latin.tti
  24.  
  25. # the numbers 0-9 are represented using the Nemeth (lower numbers) scheme
  26. include numbers-nemeth.tti
  27.  
  28. char \x20    (        )  # ΓáÇ   [SPACE]
  29. char \x21    ( 234 6  )  # Γá« ! [EXCLAMATION MARK]
  30. char \x22    (    5   )  # ΓáÉ " [QUOTATION MARK]
  31. char \x23    (  3456  )  # Γá╝ # [NUMBER SIGN]
  32. char \x24    (12 4 6  )  # Γá½ $ [DOLLAR SIGN]
  33. char \x25    (1  4 6  )  # Γá⌐ % [PERCENT SIGN]
  34. char \x26    (1234 6  )  # Γá» & [AMPERSAND]
  35. char \x27    (  3     )  # Γáä ' [APOSTROPHE]
  36. char \x28    (123 56  )  # Γá╖ ( [LEFT PARENTHESIS]
  37. char \x29    ( 23456  )  # Γá╛ ) [RIGHT PARENTHESIS]
  38. char \x2A    (1    6  )  # Γáí * [ASTERISK]
  39. char \x2B    (  34 6  )  # Γá¼ + [PLUS SIGN]
  40. char \x2C    (     6  )  # Γáá , [COMMA]
  41. char \x2D    (  3  6  )  # Γáñ - [HYPHEN-MINUS]
  42. char \x2E    (   4 6  )  # Γá¿ . [FULL STOP]
  43. char \x2F    (  34    )  # Γáî / [SOLIDUS]
  44. # Hindu-Arabic numerals     # 30-39
  45. char \x3A    (1   56  )  # Γá▒ : [COLON]
  46. char \x3B    (    56  )  # Γá░ ; [SEMICOLON]
  47. char \x3C    (12   6  )  # Γáú < [LESS-THAN SIGN]
  48. char \x3D    (123456  )  # Γá┐ = [EQUALS SIGN]
  49. char \x3E    (  345   )  # Γᣠ> [GREATER-THAN SIGN]
  50. char \x3F    (1  456  )  # Γá╣ ? [QUESTION MARK]
  51. char \x40    (   4  7 )  # Γíê @ [COMMERCIAL AT]
  52. # uppercase Latin alphabet  # 41-5A
  53. char \x5B    ( 2 4 67 )  # Γí¬ [ [LEFT SQUARE BRACKET]
  54. char \x5C    (12  567 )  # Γí│ \ [REVERSE SOLIDUS]
  55. char \x5D    (12 4567 )  # Γí╗ ] [RIGHT SQUARE BRACKET]
  56. char \x5E    (   45 7 )  # Γíÿ ^ [CIRCUMFLEX ACCENT]
  57. char \x5F    (   456  )  # Γá╕ _ [LOW LINE]
  58. char \x60    (   4    )  # Γáê ` [GRAVE ACCENT]
  59. # lowercase Latin alphabet  # 61-7A
  60. char \x7B    ( 2 4 6  )  # Γᬠ{ [LEFT CURLY BRACKET]
  61. char \x7C    (12  56  )  # Γá│ | [VERTICAL LINE]
  62. char \x7D    (12 456  )  # Γá╗ } [RIGHT CURLY BRACKET]
  63. char \x7E    (   45   )  # Γáÿ ~ [TILDE]
  64.